home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / stk110 / smp.com / TEST2.SMP < prev    next >
Text File  |  1990-09-14  |  1KB  |  26 lines

  1. /* SMP1  Sprite shape and mask bitmaps created by the SPRED */
  2.  
  3. #define test2_width  32
  4. #define test2_height 24
  5.  
  6. unsigned char test2_shape[] = {
  7.     0x00,0x03,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  8.     0x00,0x03,0x80,0x00,0x00,0x03,0x80,0x00,0x00,0x00,0x00,0x00,
  9.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x80,0x00,
  10.     0x00,0x03,0x80,0x00,0x00,0x03,0x80,0x00,0x8C,0x3F,0xF8,0x62,
  11.     0x8C,0x3F,0xF8,0x62,0x00,0x03,0x80,0x00,0x00,0x03,0x80,0x00,
  12.     0x00,0x03,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  13.     0x00,0x00,0x00,0x00,0x00,0x03,0x80,0x00,0x00,0x03,0x80,0x00,
  14.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x80,0x00,
  15. };
  16. unsigned char test2_mask[] = {
  17.     0xFF,0xFC,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  18.     0xFF,0xFC,0x7F,0xFF,0xFF,0xFC,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,
  19.     0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFC,0x7F,0xFF,
  20.     0xFF,0xFC,0x7F,0xFF,0xFF,0xFC,0x7F,0xFF,0x73,0xC0,0x07,0x9D,
  21.     0x73,0xC0,0x07,0x9D,0xFF,0xFC,0x7F,0xFF,0xFF,0xFC,0x7F,0xFF,
  22.     0xFF,0xFC,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  23.     0xFF,0xFF,0xFF,0xFF,0xFF,0xFC,0x7F,0xFF,0xFF,0xFC,0x7F,0xFF,
  24.     0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFC,0x7F,0xFF,
  25. };
  26.